projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478292e
)
Fstore_match_data => Fset_match_data.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Mar 1998 06:49:26 +0000
(06:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Mar 1998 06:49:26 +0000
(06:49 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index f9da1f289383b4e2fd6ed4bc271bd36933fbfffd..14f14e9261de29662880aed6213e4bf16b30347a 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2041,7
+2041,7
@@
extern Lisp_Object Vfundamental_mode_abbrev_table;
EXFUN (Fstring_match, 3);
extern void restore_match_data P_ ((void));
EXFUN (Fmatch_data, 2);
-EXFUN (Fs
tore
_match_data, 1);
+EXFUN (Fs
et
_match_data, 1);
EXFUN (Fmatch_beginning, 1);
EXFUN (Fmatch_end, 1);
extern int fast_string_match P_ ((Lisp_Object, Lisp_Object));